Next | Prev | Up | Top | Contents | Index
Using dslib Functions
The functions in the dslib library are built upon calls to the dsreq device driver, and simplify the process of allocating a dsreq structure, setting values in it, and executing commands. The formal documentation of the library is found in dslib(3). The source code is distributed with the system in the /usr/share/src/irix/examples/scsi directory so that you can read and extend it. (This directory installs as part of the irix_dev software component, and the examples directory does not install by default.)
- dslib Functions
-
- Using dsopen() and dsclose()
-
- Issuing a Request With doscsireq()
-
- SCSI Utility Functions
-
- Using Command-Building Functions
-
Next | Prev | Up | Top | Contents | Index